home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / pwrbt14e.arc / README.1ST < prev    next >
Text File  |  1990-12-01  |  4KB  |  66 lines

  1.  
  2.                                    PowerBatch
  3.                          Computing Systems Design, Inc.
  4.                                 P.O. Box 566484
  5.                              Atlanta, GA 30356-6009
  6. There are 19  files on your installation  disk. The two files  SMLMODEL.MDL and
  7. POWERMAK.EXE will  be  placed in  a  directory on  your  DOS search  path.  The
  8. remainder  of  the  files  may be  placed  in  any  directory  you desire.  The
  9. POWERBAT.DOC file is the documentation and  may be viewed with any text  editor
  10. or printed to  your printer with the  DOS print command (ie  print POWERBAT.DOC
  11. <enter>). The files with  an extension of .PWR are PowerBatch  source files and
  12. the text  is printed  in the  documentation. You  should compile  these example
  13. files  and  run  the  resulting  programs  to help  familiarize  yourself  with
  14. PowerBatch.  The  file  DEMO1.PWR  uses  all  the  commands  with a  couple  of
  15. exceptions.
  16.  
  17. To install PowerBatch  run the install program  located on the source  disk. If
  18. the source in on a floppy drive enter A:PBINSTAL (or B:PBINSTAL). If the source
  19. is on  a hard drive, change directory to  the directory containing PBINSTAL and
  20. enter
  21.  
  22.    PBINSTALL <enter>
  23.  
  24.                             [More on the next page]
  25.  
  26. If you have purchased a registered copy of PowerBatch, the install program will
  27. recognize this  by the presence  of REGISTER.EXE  on your  diskette. When  this
  28. program is  present, the  copy of PowerBatch  you have  just installed  will be
  29. registered in your name.
  30.  
  31. Your  name  and  serial  number  will  be  imbedded  in  the  software  by  the
  32. registration program. If you give  anyone an evaluation copy of PowerBatch,  DO
  33. NOT PROVIDE THE REGISTRATION PROGRAM WITH THE EVALUATION COPY. Simply  copy all
  34. of  the files but REGISTER.EXE. Better still, compile the two PowerBatch source
  35. files  PBCLONE.PWR  and  MOVESUB.PWR  and  use  these  to  create  a  clone  of
  36. PowerBatch. PBCLONE uses  MOVESUB as a subroutine and is an  example of the use
  37. of  subroutines  in  PowerBatch.  Anyone  who  uses  the  registration  program
  38. REGISTER.EXE will imbed your name and serial number within their software.
  39.  
  40.                                  Change Record
  41. V1.0-1.3 were alpha and beta test versions not available to the public.
  42. V1.4    Added BreakOn, BreakOff, and ?EnvStr commands.
  43.         Fixed bug in keyboard input routine which was incorrectly handling a
  44.         single keystroke.
  45.         Changed execution of DOS commands to prevent loading of another copy of
  46.         command processor.
  47.         Changed beep command to default to 1 repetition.
  48.  
  49. V1.4a    Added SetPath, Prompt, and SetEnv commands to allow changing of
  50.         environment variables in the master and current environment.
  51.  
  52. V1.4b    Rewrote the routine which gets another output file name if the default
  53.         name is not acceptable.
  54.  
  55. V1.4c    Fixed bug in SetVar command which was damaging the path environment
  56.         variable in the current environment area.
  57.         Added error messages to commands which set environment variables in
  58.         both current and master environment areas if the environment area was
  59.         not found or the change or addition exceeded the amount of free space
  60.         available in the environment area.
  61.         Fixed bug which was truncating the POWERBAT.ERR file if fatal compile
  62.         errors existed.
  63.         Enabled stdout redirection from within PowerBatch. ie Pgmname > nul
  64. V1.4d    Added special character indicator to READKEY command.
  65.         Added ADD and SUBTRACT commands. Provides a means to loop N times.
  66.